From: Alexandru Ardelean Date: Tue, 14 Oct 2014 06:38:43 +0000 (+0300) Subject: python: enforce version assignment X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=b49c17d6c79fc81ba9c96bf28ae479c51a66a286;p=feed%2Fpackages.git python: enforce version assignment Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/files/python-package.mk b/lang/python/files/python-package.mk index b8096bef11..d5b4b8bf65 100644 --- a/lang/python/files/python-package.mk +++ b/lang/python/files/python-package.mk @@ -5,8 +5,8 @@ # See /LICENSE for more information. # -PYTHON_VERSION=2.7 -PYTHON_VERSION_MICRO=3 +PYTHON_VERSION:=2.7 +PYTHON_VERSION_MICRO:=3 PYTHON_DIR:=$(STAGING_DIR)/usr PYTHON_BIN_DIR:=$(PYTHON_DIR)/bin